Login     Sign up
chat modules is not working on jcow 5
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

please help me .

161 months ago
Mark S. (@markiemark67)
Join date: Dec 4th 2010
Community posts: 136
View Profile
Send Message

install the blue theme for v5 and don't use the page.tpl from setup just all the new blue theme files, update/rebuild your database and it should work.

161 months ago
Jules (@cougarmeow)
Join date: Jan 28th 2011
Community posts: 23
View Profile
Send Message

That is because your theme is not for Jcow5.
If you are using blue or facebook theme, you need to download the new version from:
[url]http://community.jcow.net/extensions?filter=23_13[/url]
and replace the page.tpl.php

And do not forget to update modules.

then it will work i had the same troubles as you did with the modules not working

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

yeah frnds.its working now. thxx all

161 months ago
tuya (@tuya)
Join date: Mar 5th 2011
Community posts: 49
View Profile
Send Message

Default theme page.tpl.php
[code]
?>

<?php echo $tpl_vars['language_selection']?>
</div>
<?php echo $tpl_vars['footer']?>
<br /><br />
<!-- do NOT remove the Jcow Attribution Information -->
<?php echo jcow_attribution(1);?>

</div>

</body>
</html>
[/code]
-----Change-----
[code]
add this code : <?php echo $footer;?>
[/code]
[code]
?>

<?php echo $tpl_vars['language_selection']?>
</div>
<?php echo $tpl_vars['footer']?>
<br /><br />
<!-- do NOT remove the Jcow Attribution Information -->
<?php echo jcow_attribution(1);?>

</div>

<?php echo $footer;?>
</body>
</html>
[/code]

161 months ago
blake stuart (@usmke1179)
Join date: Aug 5th 2011
Community posts: 1
View Profile
Send Message

Thanks That worked !

156 months ago
1
tuya (@tuya)
Join date: Mar 5th 2011
Community posts: 49
View Profile
Send Message

you're welcome

154 months ago